home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3glowr.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_GLOWREN_H = 1;
- include("real/raytr/r3postpr.js")
-
-
- var R3CLID_GLOWRENDER = 713;
-
-
-
-
- R3GLORA_Saturation = 713500;
- function SetR3GLORA_Saturation(value) {
- R3Set(this.r3obj, R3GLORA_Saturation, value, R3TID_FLOAT, 0);
- }
-
- R3GLORA_Accuracy = 713501;
- function SetR3GLORA_Accuracy(value) {
- R3Set(this.r3obj, R3GLORA_Accuracy, value, R3TID_FLOAT, 0);
- }
-
-
-
- function r3Glowrender () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_GLOWRENDER, arguments);
- }
- // Attributes
- this.SetSaturation=SetR3GLORA_Saturation;
- this.SetAccuracy=SetR3GLORA_Accuracy;
- }
-
- r3Glowrender.prototype=new r3Postprocessor;
- // r3glowr.h_H